home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / data / awkscrpt / test.dbg < prev    next >
Text File  |  1995-02-11  |  249b  |  7 lines

  1. 0003 I0100 LD   A,0001         ;    ld    a,1
  2. 0004 I0102 LD   B,0001         ;    ld    b,1
  3. 0005 I0104 ADD  A,B            ;    add    a,b
  4. 0006 I0105 LD   (0109),A       ;    ld    (answer),a
  5. 0007 I0108 RET                 ;    ret
  6. 0009 D0109 00                  ;    db    0
  7.